travis: run the test suite on various distributions
authorSimon McVittie <smcv@debian.org>
Fri, 5 Aug 2016 21:12:55 +0000 (22:12 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 5 Aug 2016 23:58:19 +0000 (23:58 +0000)
commit46e118ee8404b6dbad3ab99166ce18678fe24d20
tree6e7095404edef380f4d61e7c4719933e426fb9a4
parent704c7e57fabc5744de222cc7d0c1d910ef003901
travis: run the test suite on various distributions

.travis.yml is obviously still Travis-specific, but tests/ci-* are
designed to be shareable with other CI environments if there is interest
in doing so.

At the moment I'm only testing on Debian and Ubuntu. In principle we
could try a non-Debian-derived Docker container such as Fedora or CentOS
inside travis-ci's Ubuntu environment, similar to what I'm doing
for Debian, but I don't know the correct setup commands to use there.

Closes: #438
Approved by: cgwalters
.travis.yml [new file with mode: 0644]
tests/ci-Dockerfile.in [new file with mode: 0644]
tests/ci-build.sh [new file with mode: 0755]
tests/ci-install.sh [new file with mode: 0755]